home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-24 | 336 b | 9 lines | [TEXT/ToyS] |
- tell application "FileMaker Pro"
- count record of first document -- # records found
- count record of first database -- total records in file
- count layout of database "Test1"
- count cell of last database
- count field of layout 1 of database "Test1"
- count FileMaker script of database "Test1"
- count request of database "Test1"
- end tell